I found the answer myself on https://de.mathworks.com/help/simulink/ug/parameter-arguments-in-matlab-function-block-functions.html: In the MATLAB Function Block Editor, add an argument to the function header of the MATLAB Function block. The name of the argument must match the name of the masked parameter or MATLAB variable that you want to pass to the MATLAB Function block.
The new argument appears as an input port on the MATLAB Function block in the model.
In the MATLAB Function Block Editor, click Edit Data.
Select the new argument.
Set Scope to Parameter and click Apply.
The input port for the parameter argument no longer appears in the MATLAB Function block.