import subprocess
exeFilePath = "C:/Users/test/test.exe"
subprocess.run(exeFilePath)

こんな感じでsubprocess.runを使って開いたexeファイルを終了するにはどうしたら良いですか?