Maybe you could explain a bit about what you mean, what you're trying to do and why?
One doesn't call classes. One calls methods.
You can call one method, and then the next method, and the next, and the next. If you want to have multiple things happening at the same time--one method starting before another is finished--google for java multithreading tutorial.