Is it possible to call matlab scripts from python script?

I’ve written a MatLab script, and I need to use it within Dynamo. Is it possible?

No, this is not possible. Your only option would be to create two different Dynamo graphs, exporting a standard file to use with matlab (e.g. a CSV file), exporting a CSV from matlab, and using that file as your input for the second Dynamo graph.