¿Puedo llamar a un script de python desde una función?

import subprocess
subprocess.call("test1.py", shell=True)
Real Raccoon