In bash the ampersand (&) can be used to run a command in the background and return interactive control to the user before the command has finished running. Is there an
tl;dr
Start-Process powershell { sleep 30 }