You can't. The Viewmodel doesn't support hardcoded modules.
And that is not on the roadmap either, calling cross-context is a bad idea, it creates tight coupling between modules, which negates the reason for making stuff modular in the first place.
If you need something from another module, do an HMVC request to a module controller instead.