need help with a macro

I need a macro to check if certain conditions exist and Call other macros accordingly.

Sub MyMacro()

If condition 1 only then

Call Macro1

If condition 1 and 2 then

Call Macro2

End If

End Sub

Make any sense? The macro works as I want but only if certain conditions exist.