The term parallelization does not strictly apply to background jobs. However, jobs are a great way in PowerShell Core to run multiple operations more or less in parallel in the background.
This recipe teaches you how to use jobs and how the & operator works.