Apply two diff workflow together in the same doctype

i have two diff workflow for the same doctype
the first status in each workflow is diff
i want based on the value of custom field in doctype the each workflow dertermide as you know the system not allow two diff workflow together

workflows = {
‘Value_A’: [‘Draft’, ‘Review’, ‘Approved’],
‘Value_B’: [‘Initiated’, ‘Verification’, ‘Approved’]
}

Hi @manal_erpnext

Conditional versatile workflow can drive single doctype to its submission by writing simple python;

thx @ahsantareen for your reply
I want the first state of the doc set based on the simple Python condition