Here Custom_Button is the name of my custom button on opportunity object.
<apex:page standardController="Opportunity" ><apex:form >
<apex:commandButton value="Edit" action="{!URLFOR($Action.Opportunity.Custom_Button,Opportunity.id)}"/>
</apex:form>
</apex:page>