Is it possible to control the action button outside the canvas?

Hello everyone

I have The BJS model with some buttons, and I want to put it on the ASP .net web app, I want to know is it possible to connect the button outside the canvas into my babylonjs,
for example in the application there are 2D map and 3D map, the 3D map is built with babylonjs, then I want to use the zoom button which is outside the canvas on my babylonjs 3d map.
is it possible to do this?

for instance, here is a model sample model: https://playground.babylonjs.com/#XCPP9Y#3
And I want to push the button from outside the BJS canvas.

Hi.

Can’t you just use HTML button? Then you detect the click and execute what you need to do?