Запустите Exe для Python и подождите до конца
import subprocess
subprocess.call('a.exe')
Real Raccoon
import subprocess
subprocess.call('a.exe')