InvalidOperationException: Another interactive job is using the machine’s console

The error cause is available in your post ‘Only one interactive job can use the console at a time’.

Running multiple background processes simultaneously is possible, but if the process interacts with UI elements, foreground processes cannot be executed parallel to each other.

You can check this