Is There Any Way To Call A Specific Controller's Method?

Hi,

I have a module’s view that is rendering the view of another module.

Eg. In module "A" view, I have a code that renders the view of module "B". That means when I display module "A" view, I can see module "B" view within module "A" view.

The rendering of view is working fine.

The problem is when I want to call a method in the default controller of module "B" from module "B" view, it will keep calling from module "A" default controller instead.

Is there any way that I can specify in the view to call a specific module’s controller method (i.e. call module’s B controller method)?