Load module at runtime

Hello,
I'd like to speed my app load time by loading only the modules that I need at first glance, then lazy load other modules at runtime only when I need them, just like you do in any SPA bundled with Webpack (using asynchronous import statements).
Is this possible in Retool? Thank you