Based on this MatLab Help Center Post, using build
instead of compiler
might work:
tpt.exe --run build <tpt-file> <run-configuration>
And in general, you can also try using the help flag to learn about other available flags and options:
tpt.exe --help