A method in another class can call the main() method in this class using normal static method calling syntax:
Classname.methodName(args to method here)

This class needs to be on the classpath so...