Parallel Scripts Run

Hi, I have many python script in a project. If the scripts are unrelated in terms of needed input for each one:

  • How can I run them simultaneously?
  • If one script already is running, how to run the other one and see the outputs of each one on a different “Run” command window?

Thank you.