MATLAB: Is there any way to run a Catia script in Matlab

catiainvokeMATLABscriptvba

I have a script for Catia (in VBA recorded in Catia) to update a part model, based on new parameters in the script. Is there any way to run such a script from Matlab?
Note – To find a list of possible methods on the Catia-Matlab interface, I typed: catia = actxserver('catia.application') catia.invoke However for the catia type of object, no methods are listed (unlike for other types of object, like Shell, or Excel)