MATLAB: Optimize two objective functions using fmincon

fminconMATLABoptimization

I have two objective functions which would optimize same variables. I have done the optimization individually and they are working fine. Now, I need to incorporate those two objective functions in fmincon. Is there any way to do it?