Have you tried to just type:
simulink
in the MATLAB command window?
Variable names in MATLAB are not allowed to contain the - character. Nor are they allowed to start with a digit. See the documentation for the "isvarname" function for a list of other restrictions.
I Hope this was helpful!