I have tried using
#!/bin/bash python ScriptA.py & python ScriptB.py &
to run both scripts at the same time but it always returns
You can just open both files on the python IDLE and run each o them. If you need both files to run simultaneously (the first way you have the delay of pressing F5 on each file) you can use PyCharm and download the multirun plugin.