Since version 3.0.8, it is now possible for Forge mods to send IMC messages to execute scripts in MineTweaker:
The name parameter provides the script name. Take care with the script name you give it - MineTweaker scripts can override your script if it has an equal name. This can be handy to make it possible for servers or modpacks to override the content of your script - for instance to make recipes modifyable.
With a short piece of code, you can load a file from your mod to be executed. A more practical example: