I find the solution! I leave it here registered for everyone who has the same problem.
options = simset('SrcWorkspace','current','DstWorkspace','current');
sim('UTI_Sim', [0 time], options);
The first statement set the options to the simulation, using the current workspace as source and destination.
The second, calls the simulation using the simulation sets over all simulation time.