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
You can use PowerShell job cmdlets to achieve your goals.
There are 6 job related cmdlets available in PowerShell.
If interesting about it, you can download the sample How to create background job in PowerShell