Not sure if you're meaning a "visual basic" script (they're exes) or if you're meaning run a "vbscript". Either way, you could run either from within Perl using the system() call.
Examples: $return_code = system("MyVBProgram.exe"); #VB complied program