Launch different Powershell console from a console?

Solution 1:

Start-Process powershell

Solution 2:

Quick Google search would have helped:

Invoke-item "$pshome\powershell.exe"