Let first take a look at the domain model. A recipe has multiple ingredients and those ingredients can be in multiple recipes. So this means a many to many relation between those entities. Now for creating the forms. From the recipes overview you can the modeler create a new / edit form to enter new recipes. This will create a dataview form of the entity recipe. But as you can see you do not have the ingredients yet on this form. Now choose the reference set selector and place that on the form. The modeler will ask you if it should use the reference recipe - ingredient. Now you can add ingredients to a recipe but you stil can not add new ingredients. You could handle that from an ingredient overview form or use a custom create button with a microflow to create the new ingredient object set the reference to the recipe and show the new / edit form of this new ingredient.
Hope this helps a bit. If not edit your original question on where you get stuck and we will try to help you further.
Regards,
Ronald